﻿    body
    {
        background: none !important;
    }
    
    .assignTagRight select 
    {
        margin: 10px 0 12px 0;
        width: 220px !important;
    }
    
    .assignTagRight a 
    {
        color: #0066CC;
        padding: 0 0 0 12px;
        text-decoration: underline;
        font-size: 0.9em;
    }


    .popUpWraper {
        overflow: hidden;
        width: 800px;
    }

    .popUpWraper .heading {
        background-color: #dddddd;
        border-radius: 5px 5px 0 0;
        color: #417b00;
        font-size: 18px;
        font-weight: bold;
        height: 20px;
        padding: 7px 14px;
        position: relative;
    }

    .popUpContent {
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        padding: 15px 15px 10px;
    }

    .popCloseBtn {
        background-color: #ffffff;
        border: 2px solid #bdbdbd;
        border-radius: 7px;
        color: #535353;
        font-size: 12px;
        font-weight: bold;
        padding: 0 10px;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    p {
        line-height: 20px;
    }

    div.buttons {
        overflow: hidden;
        margin-top: 15px;
    }

    .btn, .btn:hover, btn:focus {
        float: left;
    }

    .btnGray
    {
        zoom: 1;
        background: #999;
        background: -webkit-gradient(linear, left top 12%, left bottom, from(#ddd), to(#999));
        background: -webkit-linear-gradient(top, #ddd 12%, #999);
        background: -moz-linear-gradient(top, #ddd 12%, #999);
        background: -o-linear-gradient(top, #ddd 12%, #999);
        background: linear-gradient(to bottom, #ddd 12%,#999);
        -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.35);
        -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.35);
        box-shadow: 0 0px 4px rgba(0,0,0,0.35);
        font-size: 14px;
        border-radius: 3px;
        overflow: hidden;
        display: inline-block;
        color: #fff !important;
        padding: 6px 18px;
        margin-top: 10px;
        margin-right: 10px;
        float: left;
        border: 1px solid #888;
    }

    .btnGray:after
    {
        content: "";
        display: table;
        clear: both;
    }

    .btnGray:hover, .btnGray:focus
    {
        text-decoration: none;
        background: #ddd;
        background: -webkit-gradient(linear, left top 12%, left bottom, from(#999), to(#ddd));
        background: -webkit-linear-gradient(top, #999 12%, #ddd);
        background: -moz-linear-gradient(top, #999 12%, #ddd);
        background: -o-linear-gradient(top, #999 12%, #ddd);
        background: linear-gradient(to bottom, #999 12%,#ddd);
    }




    .mAdrsRow
    {
	    margin:2px 0;
	    padding: 2px 0;
        font-size: 11px;
    }
        .mAdrsRow label 
        {
	        display: inline-block;
            font-weight: bold;    
            padding-right: 0px;    
            font-size: 12px;
            color: #333;
        }

    .madrsLft
    {
	    display: inline-block;
        font-weight: bold;
        width: 84px;
    }

    .createGroup .assignTagLeft input {
        border: 1px solid #ccc;
        margin: 5px 0;
        width: 275px;
    }


    .createGroup .assignTagRight {
        padding: 0;
    }

    .assignTagRight {
        float: right;
        width: 320px;
    }

    .assignTagLeft {
        float: left;
        width: 364px;
    }

    .rfv {
        color: red;
        margin-left: 85px;
        line-height: 12px;
    }


